home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / doc / www-talk.archive.Z / www-talk.archive / text0377.txt < prev    next >
Encoding:
Text File  |  1992-11-30  |  631 b   |  28 lines

  1. Dan Connolly writes:
  2. > 8. I'm browsing the annotated http://info.cern.ch/hypertext/WWW/MarkUp.html
  3. > and I click on "Comments by connolly@convex.com". The browser contacts
  4. > its NNTP server and grabs message-id.
  5.  
  6. But NNTP servers expire articles too quickly.
  7.  
  8. (Also, I just mutated metamail to handle x-html, like this:
  9.  
  10. in mailcap:
  11.  
  12. text/x-html; /usr/bin/X11/xterm -fn "*lucidatypewriter*medium*-14-*" -e /usr/local/bin/dowwwfile %s
  13.  
  14. in /usr/local/bin/dowwwfile:
  15.  
  16. #!/bin/sh
  17. PATH=$PATH:/usr/local/bin
  18. export PATH
  19. cp $1 $1.html
  20. WWW_HOME="file:$1.html"
  21. export WWW_HOME
  22. /usr/local/bin/www
  23.  
  24. It's a hack, but it's functional...)
  25.  
  26. Marc
  27.  
  28.